﻿.cartographieoverflow {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size:10px;
}
/*
    .cartographieoverflow:hover {
        overflow: visible;
        white-space: normal;
        height: auto;
    }
*/


.cls-cartographie {
    fill: none;
    stroke: #000000;
    stroke-miterlimit: 10;
    stroke-width: 0.95px;
}

.markerMap_cart .cartographie-area-selection-dropdown {
    width: 35px !important;
    min-width: 30px !important;
    height: 40px;
}
.markerMap_cart .leaflet-zoom-box-control {
    margin-top: -2px !important;
}
.markerMap_cart .clear-map {
    width: 15px;
    height: 15px;
}

.markerMap_cart .easy-autocomplete-container ul > li {
    font-size:12px !important;
}

.markerMap_cart .markerSize {
    width: 1.5rem !important;height:1.5rem !important;
}

.markerMap_cart .input-group-text {
    background-color: white;
}

.markerMap_cart .search-location .search-group-icon, tile-change-icon {
    font-size: 14px !important;
}
.markerMap_cart .search-location .typeahead {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
/*.markerMap_cart .search-location {
    margin-left:200px !important
}
*/
